WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Core Assembly
/
C1.WinUI.Core Namespace
/
C1Behavior<T> Class
/ OnDetachingFrom Method
The view to which the behavior is attached.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
OnDetachingFrom Method (C1Behavior<T>)
In This Topic
Called before the behavior is detached from the control.
Syntax
C#
protected
virtual
void
OnDetachingFrom(
T
view
)
Parameters
view
The view to which the behavior is attached.
See Also
Reference
C1Behavior<T> Class
C1Behavior<T> Members